ModelStore.UpdateSourceNamePrefixes Method
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Sub UpdateSourceNamePrefixes ( _
oldSourceNamePrefix As String, _
newSourceNamePrefix As String _
)
protected void UpdateSourceNamePrefixes(
string oldSourceNamePrefix,
string newSourceNamePrefix
)
protected:
void UpdateSourceNamePrefixes(
String^ oldSourceNamePrefix,
String^ newSourceNamePrefix
)
member UpdateSourceNamePrefixes :
oldSourceNamePrefix:string *
newSourceNamePrefix:string -> unit
protected function UpdateSourceNamePrefixes(
oldSourceNamePrefix : String,
newSourceNamePrefix : String
)
Parameters
- oldSourceNamePrefix
Type: System.String
- newSourceNamePrefix
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.