SimpleORM.NET
data_for_schema Method (p_schema, p_provider, p_id, p_relation, p_links)
NamespacesSorm.InterfacesObjectModeldata_for_schema(TypeSchema, Provider, Guid, String, array<String>[]()[])

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

[Missing <summary> documentation for M:Sorm.Interfaces.ObjectModel.data_for_schema(Sorm.Interfaces.TypeSchema,Sorm.Interfaces.Provider,System.Guid,System.String,System.String[])]

Declaration Syntax
C#Visual BasicVisual C++
ObjectData[] data_for_schema(
	TypeSchema p_schema,
	Provider p_provider,
	Guid p_id,
	string p_relation,
	params string[] p_links
)
Function data_for_schema ( _
	p_schema As TypeSchema, _
	p_provider As Provider, _
	p_id As Guid, _
	p_relation As String, _
	ParamArray p_links As String() _
) As ObjectData()
array<ObjectData^>^ data_for_schema(
	TypeSchema^ p_schema, 
	Provider^ p_provider, 
	Guid p_id, 
	String^ p_relation, 
	... array<String^>^ p_links
)
Parameters
p_schema (TypeSchema)

[Missing <param name="p_schema"/> documentation for "M:Sorm.Interfaces.ObjectModel.data_for_schema(Sorm.Interfaces.TypeSchema,Sorm.Interfaces.Provider,System.Guid,System.String,System.String[])"]

p_provider (Provider)

[Missing <param name="p_provider"/> documentation for "M:Sorm.Interfaces.ObjectModel.data_for_schema(Sorm.Interfaces.TypeSchema,Sorm.Interfaces.Provider,System.Guid,System.String,System.String[])"]

p_id (Guid)

[Missing <param name="p_id"/> documentation for "M:Sorm.Interfaces.ObjectModel.data_for_schema(Sorm.Interfaces.TypeSchema,Sorm.Interfaces.Provider,System.Guid,System.String,System.String[])"]

p_relation (String)

[Missing <param name="p_relation"/> documentation for "M:Sorm.Interfaces.ObjectModel.data_for_schema(Sorm.Interfaces.TypeSchema,Sorm.Interfaces.Provider,System.Guid,System.String,System.String[])"]

p_links (array< String >[]()[])

[Missing <param name="p_links"/> documentation for "M:Sorm.Interfaces.ObjectModel.data_for_schema(Sorm.Interfaces.TypeSchema,Sorm.Interfaces.Provider,System.Guid,System.String,System.String[])"]

Return Value

[Missing <returns> documentation for M:Sorm.Interfaces.ObjectModel.data_for_schema(Sorm.Interfaces.TypeSchema,Sorm.Interfaces.Provider,System.Guid,System.String,System.String[])]

Assembly: sorm.interfaces (Module: sorm.interfaces) Version: 1.0.0.13068