'宣言 Public Overridable Function GetFieldValue( _ ByVal fieldName As System.String, _ ByVal defaultValue As System.Object _ ) As System.Object
public virtual System.object GetFieldValue( System.string fieldName, System.object defaultValue )
パラメータ
- fieldName
- 取得するフィールドの名前。
- defaultValue
- フィールドのデフォルト値。
戻り値の型
フィールドの値。