Namespace: NHibernate.SqlCommand
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public SqlString Replace( string oldValue, string newValue ) |
Visual Basic |
---|
Public Function Replace ( _ oldValue As String, _ newValue As String _ ) As SqlString |
Visual C++ |
---|
public: SqlString^ Replace( String^ oldValue, String^ newValue ) |
Parameters
- oldValue
- Type: System..::..String
A String to be replaced.
- newValue
- Type: System..::..String
A String to replace all occurrences of oldValue.