Interface ISqlTableAdapter
Assembly: XData.docfx.dll
Syntax
public interface ISqlTableAdapter
Methods
|
Improve this Doc
View Source
Field(String, DbType)
Declaration
void Field(string fieldName, DbType dbType)
Parameters
|
Improve this Doc
View Source
Field(String, DbType, Int32)
Declaration
void Field(string fieldName, DbType dbType, int length)
Parameters
|
Improve this Doc
View Source
Field(String, String)
Declaration
void Field(string fieldName, string nativeSqlType)
Parameters
|
Improve this Doc
View Source
Field(String, String, Int32)
Declaration
void Field(string fieldName, string nativeSqlType, int length)
Parameters
|
Improve this Doc
View Source
Field(String, SqlType)
Declaration
void Field(string fieldName, SqlType sqlType)
Parameters
Extension Methods