FileScriptCache.IsScriptUnchanged Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns a value that indicates whether the script file is unchanged.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function IsScriptUnchanged ( _
fileName As String _
) As Boolean
public bool IsScriptUnchanged(
string fileName
)
public:
bool IsScriptUnchanged(
String^ fileName
)
member IsScriptUnchanged :
fileName:string -> bool
public function IsScriptUnchanged(
fileName : String
) : boolean
Parameters
- fileName
Type: System.String
The name of the file to check.
Return Value
Type: System.Boolean
true if the file has changed; otherwise, false.
.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.