MetadataSupport.IsSystemField(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool IsSystemField(System::String ^ tableName, System::String ^ fieldName);
public static bool IsSystemField (string tableName, string fieldName);
static member IsSystemField : string * string -> bool
Public Shared Function IsSystemField (tableName As String, fieldName As String) As Boolean
Parameters
- tableName
- String
- fieldName
- String