DataRecordInfo(TypeUsage, IEnumerable<EdmMember>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new DbDataRecord object for a specific type with an enumerable collection of data fields.
public:
DataRecordInfo(System::Data::Metadata::Edm::TypeUsage ^ metadata, System::Collections::Generic::IEnumerable<System::Data::Metadata::Edm::EdmMember ^> ^ memberInfo);
public DataRecordInfo (System.Data.Metadata.Edm.TypeUsage metadata, System.Collections.Generic.IEnumerable<System.Data.Metadata.Edm.EdmMember> memberInfo);
new System.Data.Common.DataRecordInfo : System.Data.Metadata.Edm.TypeUsage * seq<System.Data.Metadata.Edm.EdmMember> -> System.Data.Common.DataRecordInfo
Public Sub New (metadata As TypeUsage, memberInfo As IEnumerable(Of EdmMember))
Parameters
- memberInfo
- IEnumerable<EdmMember>
An enumerable collection of EdmMember objects that represent column information.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.