Determines if a field of the specified name exists in the code.
[Visual Basic] Overridable Public Function GetDoesFieldExist( _ ByVal name As String _ ) As Boolean [C#] public virtual bool GetDoesFieldExist( string name ); [C++] public: virtual bool GetDoesFieldExist( String* name ); [JScript] public function GetDoesFieldExist( name : String ) : Boolean;
true if the field exists, otherwise false.
ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace