MySQLCRUDScriptQueryHandler GetSchemaFromReader Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Gets CRUD schema from MySqlReader per particular QuerySource. If source is null then all columns from reader are copied. Note: this code was purposely made provider specific because other providers may treat some nuances differently

Namespace: NFX.DataAccess.MySQL
Assembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static Schema GetSchemaFromReader(
	string name,
	QuerySource source,
	MySqlDataReader reader
)

Return Value

Type: Schema
See Also